body {
    font-size:13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:130%;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:12px;
}

a {
    text-decoration:none;
}

#content a {
    color: #000000;
    text-decoration:none;
    padding-bottom:1px;
    border-bottom:1px dotted #c0c0c0;
}

p {
    margin-bottom:20px;
}

ul {
    list-style-position:outside;
    list-style: url('/site/img/bullets/arrow_gray.png');
    margin-bottom:20px;
    margin-left:15px;
}

.justifyleft {
    text-align:left
}

.justifyright {
    text-align:right
}

.justifyfull {
    text-align:justify;
    text-justify:inter-word;
}

strong, b {
    font-weight: bold;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: sup;
    font-size: smaller;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

tt, code, kbd, samp {
    font-family: monospace;
}

blockquote {
    padding:15px;
    border:1px solid red;
}

table {
    margin-bottom: 20px;
}


/* tiny-mce styles*/


.model-table {

}

    .model-table tr td {
        padding:1px 10px;
    }

    .model-table tr td:first-child {
        font-weight:bold;
        padding-left:0px;
        padding-right:15px;
        text-transform:uppercase;
        background:url('/site/img/bullets/arrow_gray.png') right no-repeat;
    }

.order-table {
    background-color:#FFFFCC;
    width:100%;
}

    .order-table tr td {
        padding:7px;
    }

    .order-table tr td:first-child {
        font-weight:bold;
        padding-right:10px;
        text-transform:uppercase;
        background:url('/site/img/bullets/dots.png') right no-repeat;
    }

.details-table {
    width:100%
}

    .details-table td {
        margin:2px;
        text-align:center;
        padding:4px 7px;
        border:1px solid #ffffff;
    }

    .details-table thead td {
        text-transform: uppercase;
        background-color:#808080;
        font-weight:bold;
        color:#000000;
        border-bottom:4px solid #ffffff;
    }

    .details-table tr:nth-child(even) {
        background-color:#c0c0c0;
    }

    .details-table tr:nth-child(odd){
        background-color:#E3E3E3;
    }